org.eclipse.vtp.desktop.editors.core.elements.properties
Class FragmentStartVariablesPropertyPanel

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.dialogs.ContentPage
      extended by org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesPanel
          extended by org.eclipse.vtp.desktop.editors.core.elements.PrimitivePropertiesPanel
              extended by org.eclipse.vtp.desktop.editors.core.elements.properties.FragmentStartVariablesPropertyPanel

public class FragmentStartVariablesPropertyPanel
extends PrimitivePropertiesPanel

Author:
Trip

Nested Class Summary
 class FragmentStartVariablesPropertyPanel.NewVariableDialog
           
 class FragmentStartVariablesPropertyPanel.ValueCellModifier
           
 class FragmentStartVariablesPropertyPanel.VariableContentProvider
           
 class FragmentStartVariablesPropertyPanel.VariableLabelProvider
           
 
Constructor Summary
FragmentStartVariablesPropertyPanel(java.lang.String name, PrimitiveElement element)
           
 
Method Summary
 void cancel()
           
 void createControls(org.eclipse.swt.widgets.Composite parent)
           
 void save()
           
 
Methods inherited from class org.eclipse.vtp.desktop.editors.core.elements.PrimitivePropertiesPanel
getElement, setConfigurationContext
 
Methods inherited from class org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesPanel
createPage, getContainer, getControl, setControl
 
Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.ContentPage
getName, getRootShell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentStartVariablesPropertyPanel

public FragmentStartVariablesPropertyPanel(java.lang.String name,
                                           PrimitiveElement element)
Parameters:
name -
Method Detail

createControls

public void createControls(org.eclipse.swt.widgets.Composite parent)
Overrides:
createControls in class PrimitivePropertiesPanel

save

public void save()
Overrides:
save in class PrimitivePropertiesPanel

cancel

public void cancel()
Specified by:
cancel in class ComponentPropertiesPanel